ASCII Number
The ASCII Number command returns the ASCII number associated with a specified character. It is one of several commands provided by the String Commands scripting addition.SYNTAX
ASCII number stringPARAMETER
- string
- An ASCII character.
Class: StringRESULT
The ASCII number that corresponds to the specified character.EXAMPLES
ASCII number "d"--result: 100 ASCII number "e"--result: 101ERRORS